CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab code for face detection

搜索资源列表

  1. eye_detection_location.rar

    4下载:
  2. 人脸与人眼的检测与定位程序,matlab代码,Face and eye detection and location of the program, matlab code
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-24
    • 文件大小:645547
    • 提供者:sunyolanda
  1. face_track

    0下载:
  2. MATLAB的人脸检测程序程序源码,代码完整,功能强大,很好用。-Face Detection MATLAB program source program, code integrity, and powerful.
  3. 所属分类:matlab

    • 发布日期:2017-05-10
    • 文件大小:2129402
    • 提供者:张彩华
  1. face

    0下载:
  2. face detection code for matlab
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1322
    • 提供者:kursad
  1. ABdemo

    1下载:
  2. 下载别人的基于 AdaBoost 人脸检测源代码 供大家一起学习-Download others AdaBoost-based face detection source code for everyone to learn
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:8299
    • 提供者:hyf
  1. calculate_min_distance[1]

    0下载:
  2. face detector it is matlab code for face detection
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:31391
    • 提供者:kavita
  1. facerecognitionMATLAB

    0下载:
  2. 人脸检测的MATLAB代码,包括训练过程。程序的中间用到了PCA的方法。-MATLAB code for face detection, including the training process. Procedures used in the middle of the PCA approach.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2064
    • 提供者:sunsimple
  1. face_detection

    0下载:
  2. Matlab实现的人脸检测,速度快,效果好-matlab code for face detection
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-09
    • 文件大小:1405
    • 提供者:银石
  1. Untitled13

    0下载:
  2. 皮肤检测的最终目标是构建一个决策规则,并以此将图像中的像素划分为肤色和非肤色两类,一般通过引入一个衡量像素点颜色与“标准肤色”的距离而实现的,该距离是由相应肤色建模的方法决定的。人脸检测MATLAB源代码关于彩色图像光照补偿-The ultimate goal of skin detection is to build a decision-making rules, and use of the image pixels into skin and non-Fuse types, usuall
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-27
    • 文件大小:550
    • 提供者:麻慧蓉
  1. sift-0.9.19.tar

    0下载:
  2. Scale Invariant Feature Transform (SIFT) has shown to be very powerful for general object detection/recognition. And recently, it has been applied in face recognition. This is the matlab code.
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:2881010
    • 提供者:Wei Dan
  1. HausdorffDist

    0下载:
  2. matlab code for face detection by Hausdor distance-matlab code for face detection by Hausdor distance
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1923
    • 提供者:veer
  1. fdp5finalMatlab.tar

    0下载:
  2. 这是一个使用了Gabor特征提取和人工智能的人脸检测系统源代码 使用步骤: 1. 拷贝所有文件到MATLAB工作目录下(确认已经安装了图像处理工具箱和人工智能工具箱) 2. 找到"main.m"文件 3. 命令行中运行它 4. 点击"Train Network",等待程序训练好样本 5. 点击"Test on Photos",选择一个.jpg图片,识别。 6. 等待程序检测出人脸区域 createffnn.m, d
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:140797
    • 提供者:郑碧波
  1. CODE

    1下载:
  2. 1.GeometricContext文件是完成图片中几何方向目标分类。 参考文献《Automatic Photo Pop-up》Hoiem 2005 2 GrabCut文件是完成图像中目标交互式分割 参考文献《“GrabCut” — Interactive Foreground Extraction using Iterated Graph Cuts》 C. Rother 2004 3 HOG文件是自己编写的根据HOG特征检测行人的matlab代码 4 虹膜识别程序
  3. 所属分类:matlab

    • 发布日期:2015-10-28
    • 文件大小:6918144
    • 提供者:张数
  1. gaborsvm1

    0下载:
  2. 先用gabor 小波滤波器,做特征提取,然后用支持向量机(SVM)做分类,来实现人脸检测.需要用matlab 2010 或更新的版本才能运行-the code is used for face detection.Firstly it use gabor wavelet filter for feature extraction,Secondly it use support vector machine (SVM)for classification.matlab 2010 required.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:163560
    • 提供者:xiang
  1. code-for-dip.tar

    0下载:
  2. it is the code for digital image processing using matlab for face detection
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:2638
    • 提供者:dhiraj
  1. face_detection

    0下载:
  2. matlab code for face detection algorithm with is in real time and very powerful and robust
  3. 所属分类:Other systems

    • 发布日期:2017-12-10
    • 文件大小:52876
    • 提供者:sliti
  1. code-for-face-detection

    0下载:
  2. Lets see how to detect face, nose, mouth and eyes using the MATLAB built-in class and function. Based on Viola-Jones face detection algorithm, the computer vision system toolbox contains vision.CascadeObjectDetector System object which detects objec
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:225207
    • 提供者:sirisha
  1. face_detction

    0下载:
  2. MATLAB code for face detection
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:591
    • 提供者:Divil Jain
  1. fdv54

    0下载:
  2. matlab code for Face Detection System
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:168283
    • 提供者:sswtechnology
  1. fdsvm11

    0下载:
  2. matlab code for Face Detection using Support Vector Machine (SVM)
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:167050
    • 提供者:sswtechnology
  1. codes-matlab

    0下载:
  2. this codes is Source code for face detection of viola paper.of its Features is: Feature Computation: The “Integral” image representation Feature Selection: The AdaBoost training algorithm . Real-timeliness: A cascade of classifiers.-this code
  3. 所属分类:Compiler program

    • 发布日期:2017-04-30
    • 文件大小:420623
    • 提供者:fatemeh
« 12 3 »
搜珍网 www.dssz.com